exception mode meaning in English
异常模态
异常状态;异常模式
Examples
- Exception mode is also useful because you can structure your error handling more clearly than with traditional php - style warnings , and with less code nesting than by running in silent mode and explicitly checking the return value of each database call
异常模式另一个有用的地方是,与传统的php风格的警告相比,您可以更清晰地构造自己的错误处理,而且,比起以静寂方式以及显式地检查每个数据库调用的返回值,异常模式需要的代码/嵌套也更少。